home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00195.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  168 b   |  10 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while soundBusy(1) and (the timer < 300)
  4.     updateStage()
  5.   end repeat
  6.   if not soundBusy(1) then
  7.     startbgmusic()
  8.   end if
  9. end
  10.